SByteNINumericSByteNAdd Method

Computes the sum of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.Add(
	SByteN value
)

Parameters

value  SByteN
The value to add to the current value.

Return Value

SByteN
The sum of the current value and value.

Implements

INumericTSelfAdd(TSelf)

See Also